home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 2 / Amiga Tools 2.iso / tools / mg / rexx / window.mg < prev   
Text File  |  1995-03-09  |  397b  |  14 lines

  1. /* Exercise the rexx-region command */
  2. options failat 2
  3.  
  4. 'end-of-buffer'
  5. 'rexx-window' window
  6. 'rexx-insert "we got' window.0 'items\n"'
  7. 'rexx-insert "window height is:' window.1'\n"'
  8. 'rexx-insert "window width is:' window.2'\n"'
  9. 'rexx-insert "top line is:' window.3'\n"'
  10. 'rexx-insert "buffer name is:' window.4'\n"'
  11. 'rexx-insert "buffer file is:' window.5'\n"'
  12. 'rexx-insert "==========\n"'
  13. exit 0
  14.